home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-08-11 | 620 b | 24 lines | [TEXT/KAHL] |
- /***
- * hyperUtil.h
- *
- * Some useful routines for writing hypercard xcmds and xfncs.
- *
- * Gordon Watts July '91 Copyright.
- *
- ***/
-
- Handle strToHandle (XCmdPtr paramPtr, char *theString);
- OSErr HCProgramToPortAndLoc (char *theName, LocationNameRec *theLoc,
- PortInfoRec *thePort);
-
- void MakePascalStringWLen (StringPtr theDest, int theDestLen, char *theSrc,
- int theSrcLen);
-
- OSErr AEFromHCProgram (StringPtr theHCprogName,
- AEEventClass theClass,
- AEEventID theEventID, int returnID, long transactionID,
- AppleEvent *theAE);
-
- OSErr makeFileListFmHCF (XCmdPtr paramPtr, char *cfile_list,
- AEDescList *theFileDL);
-